// // TranslationInputTableViewCell.h // GF Offline Translator // // Created by Cenny Davidsson on 2015-04-27. // Copyright (c) 2015 Grammatical Framework. All rights reserved. // #import @class PhraseTranslation; @interface TranslationTextTableViewCell : UITableViewCell - (void)setCellWithLanguage:(PhraseTranslation *)translation fromLanguage:(BOOL)fromLanguage; @end